go/ast.IfStmt.If (field)
3 uses
go/ast (current package)
ast.go#L709: If token.Pos // position of "if" keyword
ast.go#L790: func (s *IfStmt) Pos() token.Pos { return s.If }
go/parser
parser.go#L2168: return &ast.IfStmt{If: pos, Init: init, Cond: cond, Body: body, Else: else_}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)